-
Notifications
You must be signed in to change notification settings - Fork 2
Docker demo - make "demo-ready" images from existing theia-based images #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker demo - make "demo-ready" images from existing theia-based images #3
Conversation
0d51312 to
518568b
Compare
bhufmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I was able build and run the demo apps. I found some typos which I ask you to fix.
docker/theia-app-demo/README.md
Outdated
| @@ -0,0 +1,65 @@ | |||
| # Resources for the "theia-app-demo" Example docker image | |||
|
|
|||
| This folder contains the resources, needed to create a "demo" Docker image, based on one of the Theia app images. The demo image includes the necessary extras to easity perform a quick demo or immediately play with the trace viewer: the Eclipse Trace Compass Trace Server and a selection of Tutorial traces. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
easity -> easily
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange this was not caught by my spell checker!
docker/theia-app-demo/README.md
Outdated
|
|
||
| ### tate-demo (isolated docker network) | ||
|
|
||
| note: since the isolated docker network is used, you may start several containers from the tate-demo image and each one will have its own, indepandant trace server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note (upper case N)
These images are suitable for demos and quick experimentation. They build upon the existing images, adding the trace server and turorial traces on top. Signed-off-by: Marc Dumais <[email protected]>
The updated version has a button to open traces, which makes it possible to do so right in the trace view. It's still possible to open traces from the file navigator too. Signed-off-by: Marc Dumais <[email protected]>
Signed-off-by: Marc Dumais <[email protected]>
518568b to
4b53d21
Compare
|
@bhufmann comments addressed |
bhufmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. Looks good to me.
|
Thanks for the review! |
The goal is to extend the existing images to make "demo" images, that include a trace server and the tutorial traces. These "demo" versions of the images can be fired-up and used immediately to do some trace viewing.
To get started quickly, look at the README under folder docker/theia-app-demo/